I figured out that it was incorrect table wise as it is not mybb_ it's actually mybbsc_ for my database.
Here is the full code:
I'm also noticing that the regular expression for the profile field will not recognize 0 (as if filled in on the profile as 0 it will not show up, just acts as if it doesn't even exist? which is weird and then also won't update with the task).
Changed "DECIMAL(11, 2)" to "DECIMAL(100, 1)" so that there was more room for numbers before the decimal and only one number after the decimal.
I originally did not want decimals at all, just whole increments and tried to follow the tutorial for that, however when replacing "DECIMAL(100, 1)" with "UNSIGNED" it shows up as another SQL error like that is completely incorrect variable? I'm wondering if maybe this script is just certainly too buggy or incorrect to use?
Example with "DECIMAL(100, 1)" changed to "UNSIGNED" :