Well looking at that SQL it looks to me that it actually removes that field.
Code:
ALTER TABLE `object` DROP `linked_list_addr_01`;
So that would mean you probably need to be running the instance executables and it seems logical from your error that you are not. Have you replaced your executables ?