Hi Sam.I guess Greg had made some change to his Customers table. If you have access to it, add the column to the table in some way. Running a new query like this on your StrataFrameSample database will work:
ALTER TABLE Customers
ADD cust_InitialPurchaseDate datetime NOT NULL
DEFAULT getdate()