I've been using fulcrum too and matty's already aware of the contact report stuff. Should he fixed soon - see his thread about updates.
After scaling, I reset the dimensions of the physics objects accordinly and all works fine in that regard.
Hoever, the gdk headers are missing a couple protoype declarations that you will need to define yourself:
float dbObjectSizeX( int, int );
float dbObjectSizeY( int, int );
float dbObjectSizeZ( int, int );
Where the second parameter is 0 for normal size values and 1 to get scaled size values.
Hope this helps,
JTK