As mentioned in this thread, camera stacking with separate post-processing is not possible because the color buffer that has been post-processed loses its alpha information.
You will need to implement a full-screen renderer feature that saves the alpha values of the color buffer just before post-processing and blends the color buffer with the background image after post-processing by referencing the saved alpha values.