To raise the Attribute Price of ALL Attributes you could use:
Code:
UPDATE products_attributes SET options_values_price = options_values_price * 1.20;
This will raise all Attribute Prices by 20% ...

NOTE: Backup your database before running this ...

NOTE: You can run this in your Zen Cart Admin in the Tools ... Install SQL Patches ...