Weird, it seems like the first patch was not run correctly.

Try to run this from tools->sql patch first:

Code:
CREATE TABLE IF NOT EXISTS sc_customer (
  `customer_id` bigint(20) NOT NULL default '0',
  `amount` float NOT NULL default '0'
);