OK...

I had got a lot of warnings that the sql does not work fine. Quotes are the problem.

Try with this one:

ALTER TABLE am_attributes_to_templates ADD (
options_values_price decimal( 15, 4 ) ,
price_prefix char( 1 )
)

More...