Hi foo,
The issue I think is that you are trying to add columns to an object table. Unfortunately you cannot modify the structuure of an object table because the definition of this table is based upon an object type. What you need to do is to create a new type with additional attributes, and use the new type to create a new object table. The new object table will have the desired columns.
Hope this helps