Quote Originally Posted by yellow1912 View Post
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'
);
Yea, I caught that and adjtusted my table alraedy, but I belive your code would have fixed it. I got a error saying it already exists...so can't say for sure.

I'm trying to create a test order but haven't gotten anything. Do I need to run CRON for this, even if time is set at 0?

Thanks
GJW