block: Fix incorrect policy scope creation order Creates the policy scope after the variable scope instead of the other way round. This ensures that the cmStateSnapshot which the policy is registered to is the same as the one created with the variable scope so that reading a policy from the parent snapshot does not incorrectly read policies from the new snapshot.