* If I have previously run a CLUSTER command on a table, will future VACUUM FULL commands rewrite the table in the order specified in the previous CLUSTER?
No, you still need CLUSTER.
VACUUM FULL unclusters the table??
It will rebuild the table without sorting the data according to the index used with CLUSTER (without any sorting actually).